home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / amiexpress / source / ae / code / ax3.00 / uniconifyae.c < prev    next >
Encoding:
C/C++ Source or Header  |  1980-01-03  |  257 b   |  22 lines

  1. #include "bbs.h"
  2. void UnIconifyAE(int opt)
  3. {
  4. KEYIN=1;
  5. ICON=0;
  6. OpenDisplay();
  7.  
  8. MyClearStatusPane();
  9. StatPrintUser(&User);
  10.  
  11. if(AWAITLOGON)
  12.     {
  13. Cycle_The_Display();
  14.     if(!opt)DisplayAwaitMsg();
  15.     }
  16. if(ZWindow)
  17.     {
  18.       OpenZDisplay();
  19.         UpdateZDisplay();
  20.     }
  21. }
  22.